home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / samples / debugger / Miscellaneous additional functions / sample1.xml next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  353 b   |  13 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--    Sample from Zvon XSLT tutorial (www.zvon.org)   -->
  3. <source>
  4.     <AAA name="first">
  5.         <BBB name="first">11111</BBB>
  6.         <BBB name="second">22222</BBB>
  7.     </AAA>
  8.     <AAA name="second">
  9.         <BBB name="first">33333</BBB>
  10.         <BBB name="second">44444</BBB>
  11.     </AAA>
  12. </source>
  13.